home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
dev
/
gcc
/
ixemulsdk.lha
/
man
/
cat3
/
raise.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
RAISE(3) UNIX Programmer's Manual RAISE(3)
NNAAMMEE
rraaiissee - send a signal to the current process
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssiiggnnaall..hh>>
_i_n_t
rraaiissee(_i_n_t _s_i_g)
DDEESSCCRRIIPPTTIIOONN
The rraaiissee() function sends the signal _s_i_g to the current process.
RREETTUURRNN VVAALLUUEESS
Upon successful completion, a value of 0 is returned. Otherwise, a value
of -1 is returned and the global variable _e_r_r_n_o is set to indicate the
error.
EERRRROORRSS
The rraaiissee() function may fail and set _e_r_r_n_o for any of the errors speci¡
fied for the library functions getpid(2) and kill(2).
SSEEEE AALLSSOO
kill(2)
SSTTAANNDDAARRDDSS
The rraaiissee() function conforms to ANSI C3.159¡1989 (``ANSI C'').
BSD Experimental June 29, 1991 1